/* Header */

@media (max-width: 992px) {
  .main_header {
    padding: 10px 20px !important;
  }

  /* Navbar base */
  .navbar {
    flex-wrap: wrap !important;
  }

  .navbar-brand {
    margin-right: auto !important;
  }

  .navbar img {
    height: 75px !important;
    width: auto !important;
  }

  .navbar-toggler {
    margin-left: auto !important;
    border: none !important;
    outline: none !important;
  }

.navbar-light .navbar-toggler {
  border: none;
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

  .navbar-expand-lg .navbar-collapse {
    display: none !important;
    width: 100% !important;
    margin-top: 15px;
  }

  .navbar-expand-lg .navbar-collapse.show {
    display: block !important;
  }

  .navbar-nav {
    width: 100% !important;
    max-width: 320px;
    margin: 0 auto !important;
    padding: 16px 18px !important;
    background-color: #ffffff !important;
    border-radius: 8px !important;
    text-align: center !important;
    overflow: hidden;
  }

  .navbar-nav .nav-item {
    width: 100% !important;
    text-align: center !important;
  }

  .navbar-light .navbar-nav .nav-link,
  .navbar-light .navbar-nav .nav-item.active .nav-link {
    color: #000000 !important;
    padding: 10px 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    border: none !important;
    white-space: normal !important;
  }

  .navbar-nav .dropdown-menu {
    position: static !important;
    width: 100% !important;
    background: transparent !important;
    box-shadow: none !important;
    border: none !important;
    text-align: center !important;
    padding: 0 !important;
  }

  .navbar-nav .dropdown-item {
    color: #000000 !important;
    background: transparent !important;
    padding: 8px 0 !important;
  }

  header {
    position: relative !important;
    z-index: 999 !important;
  }

   .collapsing {
    height: auto !important;
    transition: none !important;
  }
  .navbar-collapse.show > .navbar-nav {
    display: block !important;
  }
}


@media (min-width: 993px) and (max-width: 1199px) {

  .main_header {
    padding: 10px 30px !important;
  }

  .navbar-brand img {
    height: 48px !important;
    width: auto;
  }

 
  .navbar {
    flex-wrap: nowrap !important;
  }

  
  .navbar-nav {
    gap: 12px;                 
    flex-wrap: nowrap;         

  }
  .navbar-nav .nav-link {
    font-size: 13px !important;
    padding: 6px 6px !important;
    white-space: nowrap;       
  }

}


/* Hero Section */

@media (min-width: 768px) and (max-width: 1199px) {

  /* REMOVE DESKTOP HEIGHT & PADDING */
  .banner-section-outer .banner-section {
    min-height: unset !important;
    padding: 60px 20px 40px !important;
    text-align: center;
  }

  /* FORCE MOBILE LAYOUT */
  .banner-section .row {
    display: flex;
    flex-direction: column !important;
    align-items: center !important;
  }

  .banner-section-content {
    padding: 0 !important;
    text-align: center;
    max-width: 550px;
    margin: 0 auto;
  }

  /* TEXT SCALE UP FOR TABLET */
  .banner-section h5 {
    font-size: 24px;
    letter-spacing: 2px;
    margin-bottom: 12px;
  }

  .banner-section h1 {
    font-size: 48px;
    line-height: 1.3;
    margin-bottom: 16px;
  }

  .banner-section p {
    font-size: 20px;
    line-height: 1.6;
    margin: 0 auto 24px;
  }

  /* IMAGE – MOBILE STYLE BUT BIGGER */
  .banner-section-image {
    margin-top: 100px;
    text-align: center;
  }

    /* BREAK BOOTSTRAP GRID */
  .banner-section .col-md-6 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }

  .banner-section-image img {
    width: 100%;
    max-width: 500px;
    height: auto;
    object-fit: contain;
    margin: 0 auto;
    display: block;
    border-radius: 16px;
  }

  /* HIDE SHAPES */
  .banner_left_top_shape,
  .banner_left_bottom_shape,
  .banner_right_top_shape,
  .banner_right_bottom_shape {
    display: none;
  }
}



/* Mobile */
@media (max-width: 767px) {

  .banner-section-outer .banner-section > .container-fluid {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  
  .banner-section .row {
    margin-left: auto;
    margin-right: auto;
  }

  .banner-section-content {
    padding-left: 0;
    padding-top: 0;
    text-align: center;
  }


  .banner-section-outer .banner-section {
    padding: 60px 20px 30px;
    text-align: center;
  }

  .banner-section h5 {
    font-size: 13px;
    letter-spacing: 2px;
  }


   .banner-section h1 {
    font-size: 34px;
    line-height: 1.3;
  }

   .banner-section p {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
     font-size: 15px;
    line-height: 1.6;
  }

  .banner-section-image {
    margin-top: 0px;
    text-align: center;
  }

    .banner-section-image img {
    top: 0;
    height: auto;
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
    border-radius: 16px;
    display: block;
  }

  .banner_left_top_shape,
  .banner_left_bottom_shape,
  .banner_right_top_shape,
  .banner_right_bottom_shape {
    display: none;
  }
}

/* @media (min-width: 390px) and (max-width: 480px) {

  .banner-section h5 {
    font-size: 14px;
    letter-spacing: 2.5px;
  }

  .banner-section h1 {
    font-size: 30px;  
    line-height: 1.35;
  }

  .banner-section p {
    font-size: 15px;
    line-height: 1.7;
  }
} */




/* Services section */
@media (max-width: 991px) {

  .services_section {
    padding: 50px 20px 10px;
  }

  .services_section .container {
    padding-left: 0;
    padding-right: 0;
  }

  /* Center heading */
  .services_content h2 {
    font-size: 24px;
    text-align: center;
  }

  /* Card spacing */
  /* /* .services_box_content {
    margin-bottom: 25px;
  } */

  .services_box_lower_portion {
    flex-direction: row;            
    justify-content: space-between;
    align-items: center;
    gap: 8px;
    padding: 12px 6px 16px;
  }

  .services_box_lower_portion h3 {
    font-size: 16px;
    text-align: left;
    margin: 0;
    flex: 1;                         
  }

  .services_box_lower_portion .btn_wrapper {
    flex-shrink: 0;                  
  }
}

@media (max-width: 576px) {

  .services_section .row > div {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .services_box_content {
    max-width: 320px;
    margin: 0 auto 5px;
  }

    .services_section .row.mt-5 {
    margin-top: 15px !important; 
  }

  .services_content h2 {
    margin-bottom: 10px;
  }

  /* Image proper fit */
  .services_box_upper_portion {
    margin-bottom: 8px;               
  }

  .services_box_upper_portion img {
    height: auto;
    aspect-ratio: 3 / 4;
    object-fit: cover;
  }

  .services_box_lower_portion {
    padding: 12px 8px 16px;
    display: flex;
    flex-direction: row;             
    justify-content: space-between;
    align-items: center;
    text-align: left;
  }

  .services_box_lower_portion h3 {
    font-size: 14px;
    line-height: 1.4;
    margin: 0;
  }

  .services_box_lower_portion .btn_wrapper {
    display: flex;
    justify-content: center;
    margin-left: 8px;
  }
}


/* About section */
@media (max-width: 991px) {

  .aboutus_section {
    padding: 60px 20px 70px;
  }

  /* Stack layout */
  .aboutus_section .row {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  /* IMAGE CENTER */
  .aboutus_image {
    padding-left: 0;          /* left shift remove */
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
  }

  .aboutus_image figure {
    margin-top: 0;
  }

  .aboutus_image img {
    height: auto;
    max-width: 320px;
  }

  /* Decorative shapes hide */
  .aboutus_top_shape,
  .aboutus_bottom_shape {
    display: none;
  }

  /* CONTENT CENTER */
  .aboutus_content {
    text-align: center;
    padding-top: 20px;
  }

  .aboutus_content h5 {
    margin-bottom: 10px;
    text-align: center;
  }

  .aboutus_content h2 {
    font-size: 28px;
    line-height: 1.3;
    margin-bottom: 0;
    text-align: center;
  }
}

/* Small Mobile */
@media (max-width: 576px) {

  .aboutus_section {
    padding: 50px 16px 60px;
  }

  .aboutus_image img {
    max-width: 280px;
    border-radius: 12px;
  }

  .aboutus_content h2 {
    font-size: 24px;
  }
}


/* Pricing Section */
@media (max-width: 991px) {

    .pricing_plans_section{
        padding: 20px 0 20px;
    }

  .pricing_plans_section.nail_art {
    padding: 40px 0 25px;
  }

  .pricing_plans_content h2 {
    font-size: 28px;
    /* margin-bottom: 8px; */
  }

  .pricing_plans_content p {
    font-size: 15px;
    padding: 0 40px;
    margin-bottom: 35px;
  }

  /* Card gap */
  .pricing_plans_section.nail_art .row[data-aos] {
    row-gap: 26px;
  }

  .nail_art .pricing_plans_box_upper_portion img {
    height: 300px;
    object-fit: cover;
  }

  .pricing_plans_box_lower_portion h3 {
    font-size: 18px;
  }
}

@media (max-width: 768px) {

  .pricing_plans_section.nail_art {
    padding: 30px 0 20px;
  }

  .pricing_plans_content h2 {
    font-size: 24px;
  }

  .pricing_plans_content p {
    font-size: 14px;
    line-height: 1.5;
    padding: 0 16px;
    margin-bottom: 30px;
  }

  /* Increase vertical spacing */
  .pricing_plans_section.nail_art .row[data-aos] {
    row-gap: 28px;
  }

  /* Images */
  .nail_art .pricing_plans_box_upper_portion img {
    height: 220px;
    border-radius: 14px;
  }

  /* Text */
  .pricing_plans_box_lower_portion {
    padding: 10px 0 14px;
  }

  .pricing_plans_box_lower_portion h3 {
    font-size: 14px;
    line-height: 1.4;
  }
}

@media (max-width: 480px) {

  .pricing_plans_content h2 {
    font-size: 26px;
  }

  .pricing_plans_content p {
    font-size: 16px;
    padding: 0 12px;
  }

  .nail_art .pricing_plans_box_upper_portion img {
    height: 200px;
  }

  .pricing_plans_box_lower_portion h3 {
    font-size: 14px;
  }
}

@media (max-width: 360px) {

  .pricing_plans_content h2 {
    font-size: 20px;
  }

  .pricing_plans_content p {
    font-size: 12.5px;
  }

  .nail_art .pricing_plans_box_upper_portion img {
    height: 185px;
  }
}